This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Olga Elkitherynds 26.Jan.04 02:08 PM a Web browser Applications Development6.0.1 CF2iSeries
I'm attempting to create a printer friendly version of a form I have created. I'd like to give the user the option of printing the form they're submitting. I've created a form that is loaded into a popup window when the 'print' button is clicked.
The problem I'm having is getting the data from the original form into the printer friendly form. I'm assuming the form must be saved(submitted) in order to transfer the data between forms. Unfortunately, submitting the form will kick off the workflow setup behind this form. I would assume it would trigger the WebQuerySave event. Right??
Right now I have the printer friendly form having the same field names as the original form and each field is set to be computed when composed. The formula is set to the name of the field on the original form. I also have the form properties set so "formulas inherit values from selected document".
I guess I'm not sure what I'm doing wrong, or if there is a better way to do this.